ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / EanBaseTagHelper<TControl> Class / Value Property

In This Topic
    Value Property (EanBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.Value. Sets the current code value rendered by the control.
    Syntax
    'Declaration
     
    Public Overridable Property Value As String
    public virtual string Value {get; set;}
    See Also